home *** CD-ROM | disk | FTP | other *** search
/ SGI Hot Mix 17 / Hot Mix 17.iso / HM17_SGI / html / vendors / htmedical / demos / RemoveIt.csh < prev    next >
Linux/UNIX/POSIX Shell Script  |  1997-07-08  |  393b  |  12 lines

  1. #!/bin/csh
  2.  
  3. xwsh -bg royalblue -fg white \
  4.         -geom 80x20+100+100 -cursorfg violetred1 -cursorbg violetred1 \
  5.         -title "Remove T-Vox 1.0 Hot Mix Demo" \
  6.         -e /bin/csh -c \
  7.         "echo You must be root to remove T-Vox 1.0 Hot Mix Demo; \
  8.     cd $HOTMIXDIR/html/vendors/htmedical/demos ; \
  9.         su root -c './RemoveIt2.csh'"
  10.  
  11. #        cd /home/TVox/HotMix/HTMedical/demos ; \
  12.